You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > ConcatVert Method > Matrix.ConcatVert Method (int, int, [In] TMtx[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ConcatVert Method (int, int, [In] TMtx[])

Concenate the Src matrices vertically and store the results in calling matrix.

Syntax
C#
Visual Basic
public TMtx ConcatVert(int DestRow, int DestCol, [In] TMtx[] Src);

The DestRow and DestCol parameters indicate the starting position (in the calling matrix) for concatenating. An exception is raised, if the calling matrix array bounds are overrun. An exception is raised, if any of the Src matrices Complex or Cols properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!